home *** CD-ROM | disk | FTP | other *** search
/ Disc Station 14 / Disc Station Vol 14.BIN / drivers / edge3d / audio / setup.inf < prev    next >
INI File  |  1995-09-28  |  11KB  |  277 lines

  1. ;--------------------------------------------------------------------
  2. ;This Setup script is copyright (C) 1993-1995 Willow Pond Corp.
  3. ;It is only to be modified by Willow Pond and its authorized resellers.
  4. ;--------------------------------------------------------------------
  5. [setup]
  6. ;General parameters, including which subdirectories to create,
  7. ;  the appearance of the initial (splash) screen,
  8. ;  whether to chain to a separate hardware setup application, etc.
  9.  
  10. ;The default destination directory on the PC's boot volume.
  11. ;  Can be overwritten by the user at the beginning of the install.
  12. defdest=\diamond
  13.  
  14. ;Whether to show a message advising the user not to use
  15. ;  earphones until an appropriate volume level is set.
  16. ;  1=yes, 2=no
  17. disclaim=1
  18.  
  19. ;The background color for the opening (splash) screen, in RGB format.
  20. ;  Red=[255 0 0]; Green=[0 255 0]; Blue=[0 0 255]
  21. SplashColor=0 0 255
  22.  
  23. ;Whether the splash screen color is to be solid or in a gradient pattern:
  24. ;  1=solid, 0=color gradient
  25. SplashSolid=0
  26.  
  27. ;The bitmap file that appears at top left of splash screen.
  28. ;  The file should be in .BMZ format (use the GZIP utility to compress).
  29. SplashBitmap=blkred75.bmz
  30.  
  31. ;Whether the splash bitmap is shown on top of the background (SplashOpaque=1)
  32. ;  or Exclusive Or'd with the background (SplashOpaque=0).
  33. SplashOpaque=1
  34.  
  35. ;Which Windows Setup program to chain to after this one completes.
  36. ;  This can be a third party application installer, e.g.
  37. ;  The name of the disk to insert is specified later in the [disks] section.
  38. ;chain=3:SETUP.EXE
  39.  
  40. ;Whether to restart the PC, Windows, or neither after Setup completes.
  41. ; =1 to restart the PC, =2 to restart Windows.
  42. { < 3.95}  restart=2
  43.  
  44. ;--------------------------------------------------------------------
  45. [disks]
  46. ;The disk names that Setup uses to prompt the user to insert the next disk.
  47. ;  For example, "Please Insert Disk 2".
  48. ;  The number at the left is the disk number; the text string at the right
  49. ;  is the name of that disk.
  50. 1=Diamond Audio Disk #1
  51.  
  52. ;--------------------------------------------------------------------
  53. [dirs]
  54. ;The directories the Setup program will create.
  55.  
  56. ;MIDI files.
  57. midisong
  58. ;Wave files.
  59. wavefile
  60. ;Icons (for OLE servers such as Wave Shaper or NoteTalker).
  61. icons
  62. ;Media Rack.
  63. rack
  64. ;Wave Shaper.
  65. wavshape
  66. ;Presto Arranger.
  67. presto
  68. ;Media Launcher.
  69. wplaunch
  70. ;--------------------------------------------------------------------
  71. [files]
  72. ;The files to copy.  The number at the left is the number of the disk
  73. ;  on which the file can be found.  The text to the right of the equals
  74. ;  sign is displayed by the progress indicator ("Now copying [file name]").
  75. ;  The path\filename is both the SOURCE and DESTINATION of the file, except:
  76. ;    A ",$W" after the text copies the file into the Windows directory.
  77. ;    A ",$S" after the text copies the file into Windows\System directory.
  78.  
  79. ;The Microsoft Audio Compression Manager (ACM) system files
  80. ;  used by Wave Shaper and Media Rack's Wave Player component.
  81. ;Do not install under Windows 95; install only for Windows 3.1.
  82. { < 3.95}  1:msacm.dll=Audio Compression Manager,$S
  83. { < 3.95}  1:msacm.drv=Audio Compression Manager,$S
  84. { < 3.95}  1:*.acm=audio compression drivers,$S
  85.  
  86. ;The Windows MCI CD audio driver, to be copied into the System directory.
  87. ;Do not install under Windows 95; install only for Windows 3.1.
  88. { < 3.95}  1:mcicda.drv=audio drivers,$S
  89.  
  90. ;The Windows mixer DLL, used by Media Rack and other volume controls.
  91. ;Do not install under Windows 95; install only for Windows 3.1.
  92. { < 3.95}  1:msmixmgr.dll=audio drivers,$S
  93.  
  94. ;Miscellaneous system files required by Willow Pond applications.
  95. 1:ctl3d*.dll=other system files,$S
  96. 1:wpctrl.dll=other system files,$S
  97.  
  98. ;Icon files, for embedding with OLE servers
  99. 1:icons\*.ico=icons
  100.  
  101. ;MIDI song files
  102. 1:midisong\*.mid=MIDI songs
  103.  
  104. ;Wave files
  105. 1:wavefile\*.wav=wave files
  106.  
  107. ;Media Launcher files
  108. 1:wplaunch\wplaunch.exe=Media Launcher files
  109. 1:wplaunch\wplaunch.hlp=Media Launcher files
  110.  
  111. ;Media Rack files
  112. 1:rack\cdplyr.exe=Media Rack files
  113. 1:rack\cdplyr.hlp=Media Rack files
  114. 1:rack\mediarck.exe=Media Rack files
  115. 1:rack\mediarck.hlp=Media Rack files
  116. 1:rack\midiplyr.exe=Media Rack files
  117. 1:rack\midiplyr.hlp=Media Rack files
  118. 1:rack\sysmixer.exe=Media Rack files
  119. 1:rack\sysmixer.hlp=Media Rack files
  120. 1:rack\mrclock.exe=Media Rack files
  121. 1:rack\mrclock.hlp=Media Rack files
  122. 1:rack\waveplyr.exe=Media Rack files
  123. 1:rack\waveplyr.hlp=Media Rack files
  124.  
  125. ;Presto Arranger files
  126. 1:presto\midiincb.dll=Presto Arranger files
  127. 1:presto\midioutc.dll=Presto Arranger files
  128. 1:presto\presto.exe=Presto Arranger files
  129. 1:presto\presto.hlp=Presto Arranger files
  130.  
  131. ;Wave Shaper files
  132. 1:wavshape\wavshape.exe=Wave Shaper files
  133. 1:wavshape\wavshape.hlp=Wave Shaper files
  134.  
  135. ;--------------------------------------------------------------------
  136. [ini.upd]
  137. ;The .INI file edits to make.
  138. ;  The first field holds the .INI file name.
  139. ;  The second field holds the section name in the file (e.g., [Paths]).
  140. ;  The third field holds the variable name (left side of equals sign).
  141. ;  The fourth field holds the variable value (right side of equals sign).
  142.  
  143. ;To enable the mixer application to work
  144. ;Do not install under Windows 95; install only for Windows 3.1.
  145. { < 3.95}  system, boot, drivers, + msmixmgr.dll
  146.  
  147. ;To install Windows MCI audio drivers
  148. ;Do not install under Windows 95; install only for Windows 3.1.
  149. { < 3.95}  system, mci, CDAudio, mcicda.drv
  150. { < 3.95}  control, drivers.desc, mcicda.drv, "[MCI] CD Audio"
  151. { < 3.95}  control, userinstallable.drivers, CDAudio, mcicda.drv
  152.  
  153.  
  154. ;For Media Rack default settings
  155. ;To make Media Rack launch in full size (expanded) mode
  156. mediarck, Media Rack,  FullSize, 1
  157. ;To turn off Auto Audition in file open dialog box
  158. midiplyr, MIDI Player, AutoAudition, 0
  159. ;To set default MIDI device to MIDI Mapper
  160. midiplyr, MIDI Player, Output, 0
  161. ;To make an Edit button appear and point to Presto Arranger
  162. midiplyr, MIDI Player, Editor, $D\presto\presto.exe
  163. ;To add a Volume Controls item to the stand-alone MIDI Player's menu
  164. midiplyr, MIDI Player, MixerFile, $D\rack\sysmixer.exe
  165. ;To sete the default file open directory
  166. midiplyr, MIDI Player, MidiDir, $D\midisong
  167. ;To turn of Auto Audition in file open dialog box
  168. waveplyr, Wave Player, AutoAudition, 0
  169. ;To make an Edit button appear and point to Wave Shaper
  170. waveplyr, Wave Player, Editor, $D\wavshape\wavshape.exe
  171. ;To add a Volume Controls item to the stand-alone Wave Player's menu
  172. waveplyr, Wave Player, MixerFile, $D\rack\sysmixer.exe
  173. ;To set the default file open directory
  174. waveplyr, Wave Player, WaveDir, $D\wavefile
  175. ;To add a Volume Controls item to the stand-alone CD Player's menu
  176. cdplyr, CD Player, MixerFile, $D\rack\sysmixer.exe
  177. ;To not display the mixer preset buttons, making more room for sliders
  178. ;sysmixer, System Mixer, ShowPresets, 0
  179.  
  180. ;Wave Shaper
  181. ;Makes a mixer launch button appear and point to System Mixer
  182. wavshape, Wave Shaper, MixerFile, $D\rack\sysmixer.exe
  183. ;Toggles Auto Rewind menu item on as the default
  184. wavshape, Wave Shaper, AutoRewind, 1
  185.  
  186. ;Presto Arranger
  187. ;Makes a mixer launch button appear and point to System Mixer
  188. presto, Settings, MixerFile, $D\rack\sysmixer.exe
  189.  
  190. ;Multimedia Launcher settings, FOR THIS RELEASE
  191. ;To not force Media Launcher to be Always On Top
  192. wplaunch, Launch Bar, OnTop, 0
  193. ;To set the number of horizontal rows in the Media Launcher button bar
  194. wplaunch, Launch Bar, Rows, 2
  195. ;To set the number of vertical columns in the Media Launcher button bar
  196. wplaunch, Launch Bar, Cols, 5
  197. ;Each of the application launching buttons (slots) can contain
  198. ;  one application, with an associated icon.  You can optionally
  199. ;  give the program command line parameters to use when it is launched
  200. ;  by specifying CmdLine=... for that button (slot).
  201. wplaunch, Slot 1, AppName, $D\rack\mediarck.exe
  202. wplaunch, Slot 1, IconFile, $D\rack\mediarck.exe
  203. wplaunch, Slot 2, AppName, $D\rack\mrclock.exe
  204. wplaunch, Slot 2, IconFile, $D\rack\mrclock.exe
  205. wplaunch, Slot 3, AppName, $D\rack\midiplyr.exe
  206. wplaunch, Slot 3, IconFile, $D\rack\midiplyr.exe
  207. wpl